home *** CD-ROM | disk | FTP | other *** search
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Version identifies stlye (WIN4) and class
- ; Class is usually used to get all infs for a
- ; product or driver type if an exe it giving
- ; users a list of things to install, for example
- ; all video drivers infs in the windows\inf directory
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [version]
- signature="$CHICAGO$"
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Install sections, these are the options
- ; for building the installation file lists
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [DefaultInstall]
- ; we are leave this blank so that a right mouse click
- ; install does do anything
- ; we are chosing to do this because we want our install to
- ; give the user a choice of where to install to
- ; For drivers or other installations where the files must go
- ; to a predetermined location (like windows\system) this section
- ; can be used
-
- [ProductInstall]
- CopyFiles=Product.copy.files
- AddReg=Product.Add.Reg
- UpdateInis=Product.links
-
- ;;;;;;;;;;
- ; Uninstall
-
- [DefaultUninstall]
- ; be sure to remove everything
- DelFiles=Product.del.files
- DelReg=Product.Del.Reg
- UpdateInis=del.links
-
- [MyProgramUninstall]
- ; be sure to remove everything
- DelFiles=Product.copy.files
- DelReg=Product.Del.Reg
- UpdateInis=del.links
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Registry sections, used by different install
- ; sections above
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [Product.Add.Reg]
- ;
- ; Product Registry entries here
- ; For compatibility you must specify 0,1,2,3 for the fourth
- ; parameter if you want to specify a value
- ;
- HKLM,SOFTWARE\EuSoftware\WizBrush 3.0,"Version",0,"3.0"
- ;
- ; Register shared components, note these are bogus names in this sample
- ;
- ;
- ; for add/remove programs applet
- ;
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"DisplayName",0,"╛½┴Θ╗¡▒╩3.0"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"UninstallString",0,"Rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 "%65600%"\wizardc.inf"
-
- ;;;;;;;;;
- ;
- ; registry delete works by pruning the tree,
- ; so if you have interdependent values, put thems in subkeys and
- ; not in values of the main key since when you prune all the values are lost
- ;
-
- [Product.Del.Reg]
- ;
- ;Registry entries here
- ;
-
- HKLM,SOFTWARE\EuSoftware\WizBrush 3.0,"Version",,
- HKCU,SOFTWARE\EuSoftware\WizBrush 3.0,,,
-
- ;
- ; for add/remove programs applet
- ;
-
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"DisplayName",,
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"UninstallString",,
- HKCU,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,,,
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Disk lay out information, used by the CopyFiles lists
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; This is the source disk identifiers the number at the
- ; beginning maps to the SourceDisksFiles first parameter
-
- [SourceDisksNames]
- 1="Eusoftware",data.cab,data.cab,
-
- ;;;;;;;;;;;;;;;;;;
- ;
- ; SourceDisksFiles -
- ; this must have ALL file names in any copyfiles section
- ; so that the default copyfile error callback dialog (browse,skip)
- ; can use the SourceDisksNames strings above to help find the file
- ; -- this infomation can also be put in a layout.inf
- ;
- ; filename_on_source=diskid,subdir,size,checksum,spare,spare
- ;
-
- [SourceDisksFiles]
- nupaint3.exe=1,,,,,
- readme.wri=1,,,,,
- ENCRYPT.dll=1,,,,,
- cursor\move.ncr=1,,,,,
- cursor\stand.ncr=1,,,,,
- cursor\wait.ncr=1,,,,,
- cursor\CURB.ncr=1,,,,,
- cursor\CURL.ncr=1,,,,,
- cursor\CURR.ncr=1,,,,,
- cursor\CURT.ncr=1,,,,,
- cursor\absorb.ncr=1,,,,,
- cursor\water.ncr=1,,,,,
- cursor\fill.ncr=1,,,,,
- cursor\jet.ncr=1,,,,,
- cursor\brush.ncr=1,,,,,
- cursor\sharp.ncr=1,,,,,
- cursor\stamp.ncr=1,,,,,
- cursor\dark.ncr=1,,,,,
- cursor\light.ncr=1,,,,,
- cursor\rubber.ncr=1,,,,,
- cursor\magic.ncr=1,,,,,
- cursor\typer.ncr=1,,,,,
- cursor\pencil.ncr=1,,,,,
- cursor\legend.ncr=1,,,,,
- cursor\mike.ncr=1,,,,,
- cursor\chalk.ncr=1,,,,,
- cursor\cbrush.ncr=1,,,,,
- cursor\carb.ncr=1,,,,,
- cursor\pbrush.ncr=1,,,,,
- glib\tutor\hy1.tur=1,,,,,
- glib\tutor\hy1.thm=1,,,,,
- glib\tutor\hy7.tur=1,,,,,
- glib\tutor\hy7.thm=1,,,,,
- glib\tutor\hy8.tur=1,,,,,
- glib\tutor\hy8.thm=1,,,,,
- glib\tutor\hy9.tur=1,,,,,
- glib\tutor\hy9.thm=1,,,,,
- magic\arrow.mgc=1,,,,,
- magic\bubble.mgc=1,,,,,
- magic\star.mgc=1,,,,,
- magic\butfly.mgc=1,,,,,
- magic\fruit.mgc=1,,,,,
- magic\cloud.mgc=1,,,,,
- magic\veg.mgc=1,,,,,
- magic\color.mgc=1,,,,,
- magic\conia.mgc=1,,,,,
- magic\jew.mgc=1,,,,,
- magic\grass.mgc=1,,,,,
- magic\leave.mgc=1,,,,,
- magic\leave1.mgc=1,,,,,
- magic\match.mgc=1,,,,,
- magic\number.mgc=1,,,,,
- magic\PENCIL.mgc=1,,,,,
- magic\shell.mgc=1,,,,,
- magic\sunflw.mgc=1,,,,,
- magic\taoh.mgc=1,,,,,
- magic\tree.mgc=1,,,,,
- magic\stone.mgc=1,,,,,
- magic\cl.mgc=1,,,,,
- paper\paper1.dat=1,,,,,
- paper\paper10.dat=1,,,,,
- paper\paper11.dat=1,,,,,
- paper\paper12.dat=1,,,,,
- paper\paper13.dat=1,,,,,
- paper\paper14.dat=1,,,,,
- paper\paper15.dat=1,,,,,
- paper\paper2.dat=1,,,,,
- paper\paper3.dat=1,,,,,
- paper\paper4.dat=1,,,,,
- paper\paper5.dat=1,,,,,
- paper\paper6.dat=1,,,,,
- paper\paper7.dat=1,,,,,
- paper\paper8.dat=1,,,,,
- paper\paper9.dat=1,,,,,
- paper\canvas.brh=1,,,,,
- paper\penc.brh=1,,,,,
- res\album\album.img=1,,,,,
- res\album\cover.img=1,,,,,
- res\album\downdown.pcx=1,,,,,
- res\album\downup.pcx=1,,,,,
- res\album\edit.img=1,,,,,
- res\album\leftdown.pcx=1,,,,,
- res\album\leftup.pcx=1,,,,,
- res\album\no.pcx=1,,,,,
- res\album\paper-2.pcx=1,,,,,
- res\album\paper-3.pcx=1,,,,,
- res\album\paper-4.pcx=1,,,,,
- res\album\rightdn.pcx=1,,,,,
- res\album\rightup.pcx=1,,,,,
- res\album\sliderbk.pcx=1,,,,,
- res\album\updown.pcx=1,,,,,
- res\album\upup.pcx=1,,,,,
- res\album\yes.pcx=1,,,,,
- res\album\calbum.img=1,,,,,
- res\tools\algea0.img=1,,,,,
- res\tools\algea0s.img=1,,,,,
- res\tools\algear.img=1,,,,,
- res\tools\algears.img=1,,,,,
- res\tools\algeat.img=1,,,,,
- res\tools\algeats.img=1,,,,,
- res\tools\algeal.img=1,,,,,
- res\tools\algeals.img=1,,,,,
- res\tools\algeas.img=1,,,,,
- res\tools\algeass.img=1,,,,,
- res\tools\algeab.img=1,,,,,
- res\tools\algeabs.img=1,,,,,
- res\tools\colbal.img=1,,,,,
- res\tools\lampd.img=1,,,,,
- res\tools\lamp.img=1,,,,,
- res\tools\trashcno.img=1,,,,,
- res\tools\trashcnc.img=1,,,,,
- res\tools\progh.img=1,,,,,
- res\tools\progc.img=1,,,,,
- res\tools\slider.img=1,,,,,
- res\tools\del_fold.img=1,,,,,
- res\tools\new_fold.img=1,,,,,
- res\tools\msgbox.img=1,,,,,
- res\tools\myes.img=1,,,,,
- res\tools\myesd.img=1,,,,,
- res\tools\menucap.img=1,,,,,
- res\tools\menubd.img=1,,,,,
- res\tools\project.img=1,,,,,
- res\tools\memo.img=1,,,,,
- res\tools\msgyes.img=1,,,,,
- res\tools\msgyesd.img=1,,,,,
- res\tools\msgno.img=1,,,,,
- res\tools\msgnod.img=1,,,,,
- res\tools\shok.img=1,,,,,
- res\tools\enlarge.img=1,,,,,
- res\tools\ensmall.img=1,,,,,
- res\tools\powerd.img=1,,,,,
- res\tools\power.img=1,,,,,
- res\tools\recpan.img=1,,,,,
- res\tools\playd.img=1,,,,,
- res\tools\recd.img=1,,,,,
- res\tools\stopd.img=1,,,,,
- res\tools\play.img=1,,,,,
- res\tools\rec.img=1,,,,,
- res\tools\stop.img=1,,,,,
- res\tools\floppy.img=1,,,,,
- res\tools\floppyo.img=1,,,,,
- res\tools\gabage.img=1,,,,,
- res\tools\clean.img=1,,,,,
- res\tools\cleand.img=1,,,,,
- res\tools\gra_left.img=1,,,,,
- res\tools\pal.img=1,,,,,
- res\tools\mpal.img=1,,,,,
- res\tools\input.img=1,,,,,
- res\tools\moption.img=1,,,,,
- res\tools\option.img=1,,,,,
- res\tools\reda.img=1,,,,,
- res\tools\bluea.img=1,,,,,
- res\tools\greena.img=1,,,,,
- res\tools\projecto.img=1,,,,,
- res\tools\gra_rite.img=1,,,,,
- res\tools\tools.img=1,,,,,
- res\tools\mtools.img=1,,,,,
- res\tools\subs.pcx=1,,,,,
- res\tools\plus.pcx=1,,,,,
- res\tools\brit.img=1,,,,,
- res\tools\contr.img=1,,,,,
- res\tools\slidebk.img=1,,,,,
- res\tools\slidebk.pcx=1,,,,,
- res\tools\msgc.img=1,,,,,
- res\tools\msgcd.img=1,,,,,
- res\tools\prj.img=1,,,,,
- res\tools\tipsbk.img=1,,,,,
- res\tools\setdia.img=1,,,,,
- res\tools\chkbox.img=1,,,,,
- res\tools\chkboxd.img=1,,,,,
- res\tools\radio.img=1,,,,,
- res\tools\radioc.img=1,,,,,
- res\tools\slidepl.pcx=1,,,,,
- res\tools\prjsld.pcx=1,,,,,
- res\tools\slidepld.pcx=1,,,,,
- res\tools\rndsel.img=1,,,,,
- res\tools\cutsel.img=1,,,,,
- res\tools\pstsel.img=1,,,,,
- res\tools\rectsel.img=1,,,,,
- res\tools\rectsels.img=1,,,,,
- res\tools\copysel.img=1,,,,,
- res\tools\rndsels.img=1,,,,,
- res\tools\rectselu.img=1,,,,,
- res\tools\rndselu.img=1,,,,,
- res\tools\ps_vmir.img=1,,,,,
- res\tools\ps_del.img=1,,,,,
- res\tools\ps_eng.img=1,,,,,
- res\tools\ps_hmir.img=1,,,,,
- res\tools\ps_real.img=1,,,,,
- res\tools\ps_rot.img=1,,,,,
- res\tools\ps_size.img=1,,,,,
- res\tools\ps_teach.img=1,,,,,
- res\tools\ps_chn.img=1,,,,,
- res\tools\vslider.img=1,,,,,
- res\tools\mbrush.img=1,,,,,
- res\tools\brush.img=1,,,,,
- res\tools\file.img=1,,,,,
- res\tools\picbox.img=1,,,,,
- res\tools\plusd.pcx=1,,,,,
- res\tools\min.img=1,,,,,
- res\tools\subsd.pcx=1,,,,,
- res\tools\minf.img=1,,,,,
- res\tools\close.img=1,,,,,
- res\tools\closef.img=1,,,,,
- res\tools\pagel.img=1,,,,,
- res\tools\pager.img=1,,,,,
- res\tools\pastebk.pcx=1,,,,,
- res\tools\bold.img=1,,,,,
- res\tools\bolds.img=1,,,,,
- res\tools\italy.img=1,,,,,
- res\tools\italys.img=1,,,,,
- res\tools\satue.img=1,,,,,
- res\tools\hfill.img=1,,,,,
- res\tools\hfills.img=1,,,,,
- res\tools\lfill.img=1,,,,,
- res\tools\lfills.img=1,,,,,
- res\tools\rfill.img=1,,,,,
- res\tools\rfills.img=1,,,,,
- res\tools\rlfill.img=1,,,,,
- res\tools\rlfills.img=1,,,,,
- res\tools\about.img=1,,,,,
- res\tools\syshard.img=1,,,,,
- res\tools\cartlib.img=1,,,,,
- res\tools\backlib.img=1,,,,,
- res\tools\tutor.img=1,,,,,
- res\tools\mpicbox.img=1,,,,,
- res\tools\filter.img=1,,,,,
- res\tools\new.img=1,,,,,
- res\tools\newo.img=1,,,,,
- res\tools\scanner.img=1,,,,,
- res\tools\leftu.pcx=1,,,,,
- res\tools\rightd.pcx=1,,,,,
- res\tools\leftd.pcx=1,,,,,
- res\tools\tick.img=1,,,,,
- res\tools\rightu.pcx=1,,,,,
- res\tools\filed.img=1,,,,,
- res\tools\redo.img=1,,,,,
- res\tools\redod.img=1,,,,,
- res\tools\undo.img=1,,,,,
- res\tools\undod.img=1,,,,,
- wave\latin.voc=1,,,,,
- wave\click.voc=1,,,,,
- wave\drawer.voc=1,,,,,
- wave\aha.voc=1,,,,,
- wave\Typer.voc=1,,,,,
- wave\prelude.wav=1,,,,,
- wave\absorb.voc=1,,,,,
- wave\legend.voc=1,,,,,
- wave\brush.voc=1,,,,,
- wave\jet.voc=1,,,,,
- wave\rubber.voc=1,,,,,
- wave\ambu.voc=1,,,,,
- wpaper\800.bk=1,,,,,
- wpaper\wave.bk=1,,,,,
- wpaper\clo1.bk=1,,,,,
- wpaper\pure.bk=1,,,,,
- wpaper\clo2.bk=1,,,,,
- zgdi.dll=1,,,,,
- mcddll.dll=1,,,,,
- miscutil.dll=1,,,,,
- DBLINK.dll=1,,,,,
- albman.sys=1,,,,,
- blkfile.dll=1,,,,,
- hcultdll.dll=1,,,,,
- SCANDLL.dll=1,,,,,
- gfileio.dll=1,,,,,
- recdll.dll=1,,,,,
- wbdesk.ini=1,,,,,
- YUSTEREO.dll=1,,,,,
- alphagdi.dll=1,,,,,
- serial.dll=1,,,,,
- fp0023.sys=1,,,,,
- FLORA.INI=1,,,,,
- wadesk.ini=1,,,,,
- clrtrans.dll=1,,,,,
- startcb.sys=1,,,,,
- nblkfile.dll=1,,,,,
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Targetdirectories predefined for [DestinationDirs] section
- ; parameter number one
- ; 00=null, use only the second parameter for a path
- ; 11=windows system directory
- ; ...
- ;
-
- [DestinationDirs]
- ;
- ; a default if a particular copyfiles section
- ;
- ; DefaultDestDir=LDID[,subdir] ; not used in this sample
-
- Product.del.files=01 ; 01 is the source directory
-
- ;
- ; Run time defined strings, these are set with
- ; SetupSetDirectoryId once this inf is openned
- ;
-
- Product.copy.files=65600 ; 65600 is a random choice for a dirid
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; These are the CopyFiles lists, here is where the files
- ; for each component are defined
- ; Note the last param (parm 4) is the CopyFlag for that
- ; File, for example 8 means copy on restart--see the doc for more
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [Product.copy.files]
- nupaint3.exe
- readme.wri
- ENCRYPT.dll
- cursor\move.ncr
- cursor\stand.ncr
- cursor\wait.ncr
- cursor\CURB.ncr
- cursor\CURL.ncr
- cursor\CURR.ncr
- cursor\CURT.ncr
- cursor\absorb.ncr
- cursor\water.ncr
- cursor\fill.ncr
- cursor\jet.ncr
- cursor\brush.ncr
- cursor\sharp.ncr
- cursor\stamp.ncr
- cursor\dark.ncr
- cursor\light.ncr
- cursor\rubber.ncr
- cursor\magic.ncr
- cursor\typer.ncr
- cursor\pencil.ncr
- cursor\legend.ncr
- cursor\mike.ncr
- cursor\chalk.ncr
- cursor\cbrush.ncr
- cursor\carb.ncr
- cursor\pbrush.ncr
- glib\tutor\hy1.tur
- glib\tutor\hy1.thm
- glib\tutor\hy7.tur
- glib\tutor\hy7.thm
- glib\tutor\hy8.tur
- glib\tutor\hy8.thm
- glib\tutor\hy9.tur
- glib\tutor\hy9.thm
- magic\arrow.mgc
- magic\bubble.mgc
- magic\star.mgc
- magic\butfly.mgc
- magic\fruit.mgc
- magic\cloud.mgc
- magic\veg.mgc
- magic\color.mgc
- magic\conia.mgc
- magic\jew.mgc
- magic\grass.mgc
- magic\leave.mgc
- magic\leave1.mgc
- magic\match.mgc
- magic\number.mgc
- magic\PENCIL.mgc
- magic\shell.mgc
- magic\sunflw.mgc
- magic\taoh.mgc
- magic\tree.mgc
- magic\stone.mgc
- magic\cl.mgc
- paper\paper1.dat
- paper\paper10.dat
- paper\paper11.dat
- paper\paper12.dat
- paper\paper13.dat
- paper\paper14.dat
- paper\paper15.dat
- paper\paper2.dat
- paper\paper3.dat
- paper\paper4.dat
- paper\paper5.dat
- paper\paper6.dat
- paper\paper7.dat
- paper\paper8.dat
- paper\paper9.dat
- paper\canvas.brh
- paper\penc.brh
- res\album\album.img
- res\album\cover.img
- res\album\downdown.pcx
- res\album\downup.pcx
- res\album\edit.img
- res\album\leftdown.pcx
- res\album\leftup.pcx
- res\album\no.pcx
- res\album\paper-2.pcx
- res\album\paper-3.pcx
- res\album\paper-4.pcx
- res\album\rightdn.pcx
- res\album\rightup.pcx
- res\album\sliderbk.pcx
- res\album\updown.pcx
- res\album\upup.pcx
- res\album\yes.pcx
- res\album\calbum.img
- res\tools\algea0.img
- res\tools\algea0s.img
- res\tools\algear.img
- res\tools\algears.img
- res\tools\algeat.img
- res\tools\algeats.img
- res\tools\algeal.img
- res\tools\algeals.img
- res\tools\algeas.img
- res\tools\algeass.img
- res\tools\algeab.img
- res\tools\algeabs.img
- res\tools\colbal.img
- res\tools\lampd.img
- res\tools\lamp.img
- res\tools\trashcno.img
- res\tools\trashcnc.img
- res\tools\progh.img
- res\tools\progc.img
- res\tools\slider.img
- res\tools\del_fold.img
- res\tools\new_fold.img
- res\tools\msgbox.img
- res\tools\myes.img
- res\tools\myesd.img
- res\tools\menucap.img
- res\tools\menubd.img
- res\tools\project.img
- res\tools\memo.img
- res\tools\msgyes.img
- res\tools\msgyesd.img
- res\tools\msgno.img
- res\tools\msgnod.img
- res\tools\shok.img
- res\tools\enlarge.img
- res\tools\ensmall.img
- res\tools\powerd.img
- res\tools\power.img
- res\tools\recpan.img
- res\tools\playd.img
- res\tools\recd.img
- res\tools\stopd.img
- res\tools\play.img
- res\tools\rec.img
- res\tools\stop.img
- res\tools\floppy.img
- res\tools\floppyo.img
- res\tools\gabage.img
- res\tools\clean.img
- res\tools\cleand.img
- res\tools\gra_left.img
- res\tools\pal.img
- res\tools\mpal.img
- res\tools\input.img
- res\tools\moption.img
- res\tools\option.img
- res\tools\reda.img
- res\tools\bluea.img
- res\tools\greena.img
- res\tools\projecto.img
- res\tools\gra_rite.img
- res\tools\tools.img
- res\tools\mtools.img
- res\tools\subs.pcx
- res\tools\plus.pcx
- res\tools\brit.img
- res\tools\contr.img
- res\tools\slidebk.img
- res\tools\slidebk.pcx
- res\tools\msgc.img
- res\tools\msgcd.img
- res\tools\prj.img
- res\tools\tipsbk.img
- res\tools\setdia.img
- res\tools\chkbox.img
- res\tools\chkboxd.img
- res\tools\radio.img
- res\tools\radioc.img
- res\tools\slidepl.pcx
- res\tools\prjsld.pcx
- res\tools\slidepld.pcx
- res\tools\rndsel.img
- res\tools\cutsel.img
- res\tools\pstsel.img
- res\tools\rectsel.img
- res\tools\rectsels.img
- res\tools\copysel.img
- res\tools\rndsels.img
- res\tools\rectselu.img
- res\tools\rndselu.img
- res\tools\ps_vmir.img
- res\tools\ps_del.img
- res\tools\ps_eng.img
- res\tools\ps_hmir.img
- res\tools\ps_real.img
- res\tools\ps_rot.img
- res\tools\ps_size.img
- res\tools\ps_teach.img
- res\tools\ps_chn.img
- res\tools\vslider.img
- res\tools\mbrush.img
- res\tools\brush.img
- res\tools\file.img
- res\tools\picbox.img
- res\tools\plusd.pcx
- res\tools\min.img
- res\tools\subsd.pcx
- res\tools\minf.img
- res\tools\close.img
- res\tools\closef.img
- res\tools\pagel.img
- res\tools\pager.img
- res\tools\pastebk.pcx
- res\tools\bold.img
- res\tools\bolds.img
- res\tools\italy.img
- res\tools\italys.img
- res\tools\satue.img
- res\tools\hfill.img
- res\tools\hfills.img
- res\tools\lfill.img
- res\tools\lfills.img
- res\tools\rfill.img
- res\tools\rfills.img
- res\tools\rlfill.img
- res\tools\rlfills.img
- res\tools\about.img
- res\tools\syshard.img
- res\tools\cartlib.img
- res\tools\backlib.img
- res\tools\tutor.img
- res\tools\mpicbox.img
- res\tools\filter.img
- res\tools\new.img
- res\tools\newo.img
- res\tools\scanner.img
- res\tools\leftu.pcx
- res\tools\rightd.pcx
- res\tools\leftd.pcx
- res\tools\tick.img
- res\tools\rightu.pcx
- res\tools\filed.img
- res\tools\redo.img
- res\tools\redod.img
- res\tools\undo.img
- res\tools\undod.img
- wave\latin.voc
- wave\click.voc
- wave\drawer.voc
- wave\aha.voc
- wave\Typer.voc
- wave\prelude.wav
- wave\absorb.voc
- wave\legend.voc
- wave\brush.voc
- wave\jet.voc
- wave\rubber.voc
- wave\ambu.voc
- wpaper\800.bk
- wpaper\wave.bk
- wpaper\clo1.bk
- wpaper\pure.bk
- wpaper\clo2.bk
- zgdi.dll
- mcddll.dll
- miscutil.dll
- DBLINK.dll
- albman.sys
- blkfile.dll
- hcultdll.dll
- SCANDLL.dll
- gfileio.dll
- recdll.dll
- wbdesk.ini
- YUSTEREO.dll
- alphagdi.dll
- serial.dll
- fp0023.sys
- FLORA.INI
- wadesk.ini
- clrtrans.dll
- startcb.sys
- nblkfile.dll
-
- [Product.del.files]
- cursor\move.ncr
- cursor\stand.ncr
- cursor\wait.ncr
- cursor\CURB.ncr
- cursor\CURL.ncr
- cursor\CURR.ncr
- cursor\CURT.ncr
- cursor\absorb.ncr
- cursor\water.ncr
- cursor\fill.ncr
- cursor\jet.ncr
- cursor\brush.ncr
- cursor\sharp.ncr
- cursor\stamp.ncr
- cursor\dark.ncr
- cursor\light.ncr
- cursor\rubber.ncr
- cursor\magic.ncr
- cursor\typer.ncr
- cursor\pencil.ncr
- cursor\legend.ncr
- cursor\mike.ncr
- cursor\chalk.ncr
- cursor\cbrush.ncr
- cursor\carb.ncr
- cursor\pbrush.ncr
- glib\tutor\hy1.tur
- glib\tutor\hy1.thm
- glib\tutor\hy7.tur
- glib\tutor\hy7.thm
- glib\tutor\hy8.tur
- glib\tutor\hy8.thm
- glib\tutor\hy9.tur
- glib\tutor\hy9.thm
- magic\arrow.mgc
- magic\bubble.mgc
- magic\star.mgc
- magic\butfly.mgc
- magic\fruit.mgc
- magic\cloud.mgc
- magic\veg.mgc
- magic\color.mgc
- magic\conia.mgc
- magic\jew.mgc
- magic\grass.mgc
- magic\leave.mgc
- magic\leave1.mgc
- magic\match.mgc
- magic\number.mgc
- magic\PENCIL.mgc
- magic\shell.mgc
- magic\sunflw.mgc
- magic\taoh.mgc
- magic\tree.mgc
- magic\stone.mgc
- magic\cl.mgc
- paper\paper1.dat
- paper\paper10.dat
- paper\paper11.dat
- paper\paper12.dat
- paper\paper13.dat
- paper\paper14.dat
- paper\paper15.dat
- paper\paper2.dat
- paper\paper3.dat
- paper\paper4.dat
- paper\paper5.dat
- paper\paper6.dat
- paper\paper7.dat
- paper\paper8.dat
- paper\paper9.dat
- paper\canvas.brh
- paper\penc.brh
- res\album\album.img
- res\album\cover.img
- res\album\downdown.pcx
- res\album\downup.pcx
- res\album\edit.img
- res\album\leftdown.pcx
- res\album\leftup.pcx
- res\album\no.pcx
- res\album\paper-2.pcx
- res\album\paper-3.pcx
- res\album\paper-4.pcx
- res\album\rightdn.pcx
- res\album\rightup.pcx
- res\album\sliderbk.pcx
- res\album\updown.pcx
- res\album\upup.pcx
- res\album\yes.pcx
- res\album\calbum.img
- res\tools\algea0.img
- res\tools\algea0s.img
- res\tools\algear.img
- res\tools\algears.img
- res\tools\algeat.img
- res\tools\algeats.img
- res\tools\algeal.img
- res\tools\algeals.img
- res\tools\algeas.img
- res\tools\algeass.img
- res\tools\algeab.img
- res\tools\algeabs.img
- res\tools\colbal.img
- res\tools\lampd.img
- res\tools\lamp.img
- res\tools\trashcno.img
- res\tools\trashcnc.img
- res\tools\progh.img
- res\tools\progc.img
- res\tools\slider.img
- res\tools\del_fold.img
- res\tools\new_fold.img
- res\tools\msgbox.img
- res\tools\myes.img
- res\tools\myesd.img
- res\tools\menucap.img
- res\tools\menubd.img
- res\tools\project.img
- res\tools\memo.img
- res\tools\msgyes.img
- res\tools\msgyesd.img
- res\tools\msgno.img
- res\tools\msgnod.img
- res\tools\shok.img
- res\tools\enlarge.img
- res\tools\ensmall.img
- res\tools\powerd.img
- res\tools\power.img
- res\tools\recpan.img
- res\tools\playd.img
- res\tools\recd.img
- res\tools\stopd.img
- res\tools\play.img
- res\tools\rec.img
- res\tools\stop.img
- res\tools\floppy.img
- res\tools\floppyo.img
- res\tools\gabage.img
- res\tools\clean.img
- res\tools\cleand.img
- res\tools\gra_left.img
- res\tools\pal.img
- res\tools\mpal.img
- res\tools\input.img
- res\tools\moption.img
- res\tools\option.img
- res\tools\reda.img
- res\tools\bluea.img
- res\tools\greena.img
- res\tools\projecto.img
- res\tools\gra_rite.img
- res\tools\tools.img
- res\tools\mtools.img
- res\tools\subs.pcx
- res\tools\plus.pcx
- res\tools\brit.img
- res\tools\contr.img
- res\tools\slidebk.img
- res\tools\slidebk.pcx
- res\tools\msgc.img
- res\tools\msgcd.img
- res\tools\prj.img
- res\tools\tipsbk.img
- res\tools\setdia.img
- res\tools\chkbox.img
- res\tools\chkboxd.img
- res\tools\radio.img
- res\tools\radioc.img
- res\tools\slidepl.pcx
- res\tools\prjsld.pcx
- res\tools\slidepld.pcx
- res\tools\rndsel.img
- res\tools\cutsel.img
- res\tools\pstsel.img
- res\tools\rectsel.img
- res\tools\rectsels.img
- res\tools\copysel.img
- res\tools\rndsels.img
- res\tools\rectselu.img
- res\tools\rndselu.img
- res\tools\ps_vmir.img
- res\tools\ps_del.img
- res\tools\ps_eng.img
- res\tools\ps_hmir.img
- res\tools\ps_real.img
- res\tools\ps_rot.img
- res\tools\ps_size.img
- res\tools\ps_teach.img
- res\tools\ps_chn.img
- res\tools\vslider.img
- res\tools\mbrush.img
- res\tools\brush.img
- res\tools\file.img
- res\tools\picbox.img
- res\tools\plusd.pcx
- res\tools\min.img
- res\tools\subsd.pcx
- res\tools\minf.img
- res\tools\close.img
- res\tools\closef.img
- res\tools\pagel.img
- res\tools\pager.img
- res\tools\pastebk.pcx
- res\tools\bold.img
- res\tools\bolds.img
- res\tools\italy.img
- res\tools\italys.img
- res\tools\satue.img
- res\tools\hfill.img
- res\tools\hfills.img
- res\tools\lfill.img
- res\tools\lfills.img
- res\tools\rfill.img
- res\tools\rfills.img
- res\tools\rlfill.img
- res\tools\rlfills.img
- res\tools\about.img
- res\tools\syshard.img
- res\tools\cartlib.img
- res\tools\backlib.img
- res\tools\tutor.img
- res\tools\mpicbox.img
- res\tools\filter.img
- res\tools\new.img
- res\tools\newo.img
- res\tools\scanner.img
- res\tools\leftu.pcx
- res\tools\rightd.pcx
- res\tools\leftd.pcx
- res\tools\tick.img
- res\tools\rightu.pcx
- res\tools\filed.img
- res\tools\redo.img
- res\tools\redod.img
- res\tools\undo.img
- res\tools\undod.img
- wave\latin.voc
- wave\click.voc
- wave\drawer.voc
- wave\aha.voc
- wave\Typer.voc
- wave\prelude.wav
- wave\absorb.voc
- wave\legend.voc
- wave\brush.voc
- wave\jet.voc
- wave\rubber.voc
- wave\ambu.voc
- wpaper\800.bk
- wpaper\wave.bk
- wpaper\clo1.bk
- wpaper\pure.bk
- wpaper\clo2.bk
- nupaint3.exe
- readme.wri
- ENCRYPT.dll
- zgdi.dll
- mcddll.dll
- miscutil.dll
- DBLINK.dll
- albman.sys
- blkfile.dll
- hcultdll.dll
- SCANDLL.dll
- gfileio.dll
- recdll.dll
- wbdesk.ini
- YUSTEREO.dll
- alphagdi.dll
- serial.dll
- fp0023.sys
- FLORA.ini
- wadesk.ini
- clrtrans.dll
- startcb.sys
- nblkfile.dll
- wizardc.inf
- trashcan.lst
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; INI sections, used to create and delete icons
- ; other uses are possible
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [Product.links]
- ;create folders
- setup.ini, progman.groups,,"ProductGroup=%65666%"
- ; create links
- ; second param must match above and the linked to file must really exist
- setup.ini, ProductGroup,,"%PRODUCT_DESC%,%65600%\nupaint3.exe,,,"
- setup.ini, ProductGroup,,"%README_DESC%,%65600%\readme.wri,,,"
-
- ;Add desktop icons here
-
- [del.links]
- ;remove folders
- setup.ini, progman.groups,,"ProductGroup=%65666%"
- ; remove links
- ; second param must match above and last param is EXACT description name
- setup.ini, ProductGroup,,"%PRODUCT_DESC%"
- setup.ini, ProductGroup,,"%README_DESC%"
- ;remove desktop icons here
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;
- ; Strings replace variable in percents above
- ;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- [Strings]
- PRODUCT_DESC="╛½┴Θ╗¡▒╩"
- README_DESC="╢┴╬╥╡╡░╕"
- HELPME_DESC="Help ╬─╝■"
- DT_MESSAGES="▒╛╚φ╝■"
- DT_DESKTOP="Desktop"
- 65666 = "╛½┴Θ╗¡▒╩┤≤╠∞╩╣"
- SETCAP="░▓╫░╛½┴Θ╗¡▒╩┤≤╠∞╩╣(16 ╠∞╩╘╙├)"
-